3.6.8 \(\int \frac {\sqrt {2+b x}}{\sqrt {x}} \, dx\) [508]

Optimal. Leaf size=40 \[ \sqrt {x} \sqrt {2+b x}+\frac {2 \sinh ^{-1}\left (\frac {\sqrt {b} \sqrt {x}}{\sqrt {2}}\right )}{\sqrt {b}} \]

[Out]

2*arcsinh(1/2*b^(1/2)*x^(1/2)*2^(1/2))/b^(1/2)+x^(1/2)*(b*x+2)^(1/2)

________________________________________________________________________________________

Rubi [A]
time = 0.00, antiderivative size = 40, normalized size of antiderivative = 1.00, number of steps used = 3, number of rules used = 3, integrand size = 15, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.200, Rules used = {52, 56, 221} \begin {gather*} \sqrt {x} \sqrt {b x+2}+\frac {2 \sinh ^{-1}\left (\frac {\sqrt {b} \sqrt {x}}{\sqrt {2}}\right )}{\sqrt {b}} \end {gather*}

Antiderivative was successfully verified.

[In]

Int[Sqrt[2 + b*x]/Sqrt[x],x]

[Out]

Sqrt[x]*Sqrt[2 + b*x] + (2*ArcSinh[(Sqrt[b]*Sqrt[x])/Sqrt[2]])/Sqrt[b]

Rule 52

Int[((a_.) + (b_.)*(x_))^(m_)*((c_.) + (d_.)*(x_))^(n_), x_Symbol] :> Simp[(a + b*x)^(m + 1)*((c + d*x)^n/(b*(
m + n + 1))), x] + Dist[n*((b*c - a*d)/(b*(m + n + 1))), Int[(a + b*x)^m*(c + d*x)^(n - 1), x], x] /; FreeQ[{a
, b, c, d}, x] && NeQ[b*c - a*d, 0] && GtQ[n, 0] && NeQ[m + n + 1, 0] &&  !(IGtQ[m, 0] && ( !IntegerQ[n] || (G
tQ[m, 0] && LtQ[m - n, 0]))) &&  !ILtQ[m + n + 2, 0] && IntLinearQ[a, b, c, d, m, n, x]

Rule 56

Int[1/(Sqrt[(a_.) + (b_.)*(x_)]*Sqrt[(c_.) + (d_.)*(x_)]), x_Symbol] :> Dist[2/Sqrt[b], Subst[Int[1/Sqrt[b*c -
 a*d + d*x^2], x], x, Sqrt[a + b*x]], x] /; FreeQ[{a, b, c, d}, x] && GtQ[b*c - a*d, 0] && GtQ[b, 0]

Rule 221

Int[1/Sqrt[(a_) + (b_.)*(x_)^2], x_Symbol] :> Simp[ArcSinh[Rt[b, 2]*(x/Sqrt[a])]/Rt[b, 2], x] /; FreeQ[{a, b},
 x] && GtQ[a, 0] && PosQ[b]

Rubi steps

\begin {align*} \int \frac {\sqrt {2+b x}}{\sqrt {x}} \, dx &=\sqrt {x} \sqrt {2+b x}+\int \frac {1}{\sqrt {x} \sqrt {2+b x}} \, dx\\ &=\sqrt {x} \sqrt {2+b x}+2 \text {Subst}\left (\int \frac {1}{\sqrt {2+b x^2}} \, dx,x,\sqrt {x}\right )\\ &=\sqrt {x} \sqrt {2+b x}+\frac {2 \sinh ^{-1}\left (\frac {\sqrt {b} \sqrt {x}}{\sqrt {2}}\right )}{\sqrt {b}}\\ \end {align*}

________________________________________________________________________________________

Mathematica [A]
time = 0.05, size = 46, normalized size = 1.15 \begin {gather*} \sqrt {x} \sqrt {2+b x}-\frac {2 \log \left (-\sqrt {b} \sqrt {x}+\sqrt {2+b x}\right )}{\sqrt {b}} \end {gather*}

Antiderivative was successfully verified.

[In]

Integrate[Sqrt[2 + b*x]/Sqrt[x],x]

[Out]

Sqrt[x]*Sqrt[2 + b*x] - (2*Log[-(Sqrt[b]*Sqrt[x]) + Sqrt[2 + b*x]])/Sqrt[b]

________________________________________________________________________________________

Maple [A]
time = 0.13, size = 58, normalized size = 1.45

method result size
meijerg \(-\frac {-\sqrt {\pi }\, \sqrt {b}\, \sqrt {x}\, \sqrt {2}\, \sqrt {\frac {b x}{2}+1}-2 \sqrt {\pi }\, \arcsinh \left (\frac {\sqrt {b}\, \sqrt {x}\, \sqrt {2}}{2}\right )}{\sqrt {b}\, \sqrt {\pi }}\) \(49\)
default \(\sqrt {x}\, \sqrt {b x +2}+\frac {\sqrt {x \left (b x +2\right )}\, \ln \left (\frac {b x +1}{\sqrt {b}}+\sqrt {x^{2} b +2 x}\right )}{\sqrt {b x +2}\, \sqrt {x}\, \sqrt {b}}\) \(58\)
risch \(\sqrt {x}\, \sqrt {b x +2}+\frac {\sqrt {x \left (b x +2\right )}\, \ln \left (\frac {b x +1}{\sqrt {b}}+\sqrt {x^{2} b +2 x}\right )}{\sqrt {b x +2}\, \sqrt {x}\, \sqrt {b}}\) \(58\)

Verification of antiderivative is not currently implemented for this CAS.

[In]

int((b*x+2)^(1/2)/x^(1/2),x,method=_RETURNVERBOSE)

[Out]

x^(1/2)*(b*x+2)^(1/2)+(x*(b*x+2))^(1/2)/(b*x+2)^(1/2)/x^(1/2)*ln((b*x+1)/b^(1/2)+(b*x^2+2*x)^(1/2))/b^(1/2)

________________________________________________________________________________________

Maxima [B] Leaf count of result is larger than twice the leaf count of optimal. 68 vs. \(2 (29) = 58\).
time = 0.53, size = 68, normalized size = 1.70 \begin {gather*} -\frac {\log \left (-\frac {\sqrt {b} - \frac {\sqrt {b x + 2}}{\sqrt {x}}}{\sqrt {b} + \frac {\sqrt {b x + 2}}{\sqrt {x}}}\right )}{\sqrt {b}} - \frac {2 \, \sqrt {b x + 2}}{{\left (b - \frac {b x + 2}{x}\right )} \sqrt {x}} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((b*x+2)^(1/2)/x^(1/2),x, algorithm="maxima")

[Out]

-log(-(sqrt(b) - sqrt(b*x + 2)/sqrt(x))/(sqrt(b) + sqrt(b*x + 2)/sqrt(x)))/sqrt(b) - 2*sqrt(b*x + 2)/((b - (b*
x + 2)/x)*sqrt(x))

________________________________________________________________________________________

Fricas [A]
time = 0.55, size = 86, normalized size = 2.15 \begin {gather*} \left [\frac {\sqrt {b x + 2} b \sqrt {x} + \sqrt {b} \log \left (b x + \sqrt {b x + 2} \sqrt {b} \sqrt {x} + 1\right )}{b}, \frac {\sqrt {b x + 2} b \sqrt {x} - 2 \, \sqrt {-b} \arctan \left (\frac {\sqrt {b x + 2} \sqrt {-b}}{b \sqrt {x}}\right )}{b}\right ] \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((b*x+2)^(1/2)/x^(1/2),x, algorithm="fricas")

[Out]

[(sqrt(b*x + 2)*b*sqrt(x) + sqrt(b)*log(b*x + sqrt(b*x + 2)*sqrt(b)*sqrt(x) + 1))/b, (sqrt(b*x + 2)*b*sqrt(x)
- 2*sqrt(-b)*arctan(sqrt(b*x + 2)*sqrt(-b)/(b*sqrt(x))))/b]

________________________________________________________________________________________

Sympy [A]
time = 0.88, size = 37, normalized size = 0.92 \begin {gather*} \sqrt {x} \sqrt {b x + 2} + \frac {2 \operatorname {asinh}{\left (\frac {\sqrt {2} \sqrt {b} \sqrt {x}}{2} \right )}}{\sqrt {b}} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((b*x+2)**(1/2)/x**(1/2),x)

[Out]

sqrt(x)*sqrt(b*x + 2) + 2*asinh(sqrt(2)*sqrt(b)*sqrt(x)/2)/sqrt(b)

________________________________________________________________________________________

Giac [F(-2)]
time = 0.00, size = 0, normalized size = 0.00 \begin {gather*} \text {Exception raised: NotImplementedError} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((b*x+2)^(1/2)/x^(1/2),x, algorithm="giac")

[Out]

Exception raised: NotImplementedError >> Unable to parse Giac output: Warning, choosing root of [1,0,%%%{-4,[1
,1]%%%}+%%%{-4,[1,0]%%%}+%%%{-4,[0,1]%%%}+%%%{-8,[0,0]%%%},0,%%%{6,[2,2]%%%}+%%%{4,[2,1]%%%}+%%%{6,[2,0]%%%}+%
%%{4,[1,2]%%%}+%%%{28

________________________________________________________________________________________

Mupad [B]
time = 0.62, size = 40, normalized size = 1.00 \begin {gather*} \sqrt {x}\,\sqrt {b\,x+2}-\frac {4\,\mathrm {atanh}\left (\frac {\sqrt {b}\,\sqrt {x}}{\sqrt {2}-\sqrt {b\,x+2}}\right )}{\sqrt {b}} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

int((b*x + 2)^(1/2)/x^(1/2),x)

[Out]

x^(1/2)*(b*x + 2)^(1/2) - (4*atanh((b^(1/2)*x^(1/2))/(2^(1/2) - (b*x + 2)^(1/2))))/b^(1/2)

________________________________________________________________________________________